翻訳と辞書
Words near each other
・ Task Force Thiele
・ Task Force Tips
・ Task Force to Bring Back the Don
・ Task Force Tripoli
・ Task Force Uruzgan
・ Task Force Viking
・ Task Force White Eagle
・ Task lighting
・ Task loading
・ Task management
・ Task Management Function
・ Task manager
・ Task Manager (Windows)
・ Task parallelism
・ TASK party
Task state segment
・ Task switching
・ Task switching (psychology)
・ Task system
・ Task View (Windows)
・ Task-based language learning
・ Task-focused interface
・ Task-invoked pupillary response
・ Task-negative
・ Task-oriented and relationship-oriented leadership
・ Task-oriented information modelling
・ Task-positive network
・ Taska Film
・ Taskala
・ Taskala District


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Task state segment : ウィキペディア英語版
Task state segment
The task state segment (TSS) is a special structure on x86-based computers which holds information about a task. It is used by the operating system kernel for task management. Specifically, the following information is stored in the TSS:
* Processor register state
* I/O port permissions
* Inner-level stack pointers
* Previous TSS link
All this information should be stored at specific locations within the TSS as specified in the IA-32 manuals.
==Location of the TSS==
The TSS may reside anywhere in memory. A special segment register called the task register (TR) holds a segment selector that points to a valid TSS segment descriptor which resides in the GDT (a TSS descriptor may not reside in the LDT). Therefore, to use a TSS the following must be done by the operating system kernel:
# Create a TSS descriptor entry in the GDT
# Load the TR with a segment selector for that segment
# Add information to the TSS in memory as needed
For security purposes, the TSS should be placed in memory that is accessible only to the kernel.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Task state segment」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.